rm -rf .github

Git, if you are unfamiliar with it, is a software source control program, allowing you to check code (and other things; I’ve used it for documentation) in and out of a repository, which can be either local or remote. GitHub is (for now) the most popular remote repository for Git. You can either put all … Continue reading rm -rf .github